All tags
Content tagged with "developer tools" (3)
All content across blogs, linklog, and books with this tag.
Links
- · martinfowler.comKnowledge PrimingIf you feed the LLM your project's architecture and conventions before asking it to write code, the output gets dramatically better, and here's what to include and what to skip.
- · mihaileric.comThe Emperor Has No Clothes: How to Code Claude Code in 200 LinesAI coding assistants are basically a REPL that calls an LLM in a loop, and once you see the 200 lines that make it work, the magic disappears.
- · humanlayer.devWriting a good CLAUDE.mdThe CLAUDE.md is the highest-leverage file in an agent-assisted repo. Writing a good one is mostly subtraction: keep the few instructions that change behavior, cut the rest.